home *** CD-ROM | disk | FTP | other *** search
/ PC Open 108 / PC Open 108 CD 1.bin / CD1 / INTERNET / EMAIL / pop file / setup.exe / adduser.exe / $PLUGINSDIR / ioF.ini < prev    next >
Encoding:
INI File  |  2004-08-18  |  1.5 KB  |  60 lines

  1. #-------------------------------------------------------------------
  2. #
  3. # ioF.ini --- This file is used by "adduser.nsi", one of the NSIS scripts
  4. #             used to create the Windows installer for POPFile. This file
  5. #             defines the layout of the custom page used to list the email
  6. #             clients found in the registry.
  7. #
  8. # Copyright (c) 2003-2004 John Graham-Cumming
  9. #
  10. #   This file is part of POPFile
  11. #
  12. #   POPFile is free software; you can redistribute it and/or modify
  13. #   it under the terms of the GNU General Public License as published by
  14. #   the Free Software Foundation; either version 2 of the License, or
  15. #   (at your option) any later version.
  16. #
  17. #   POPFile is distributed in the hope that it will be useful,
  18. #   but WITHOUT ANY WARRANTY; without even the implied warranty of
  19. #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  20. #   GNU General Public License for more details.
  21. #
  22. #   You should have received a copy of the GNU General Public License
  23. #   along with POPFile; if not, write to the Free Software
  24. #   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  25. #
  26. #-------------------------------------------------------------------
  27.  
  28. [Settings]
  29. NumFields=3
  30. BackEnabled=1
  31. CancelEnabled=0
  32.  
  33. [Field 1]
  34. Type=label
  35. Text=
  36. Left=0
  37. Right=300
  38. Top=0
  39. Bottom=40
  40.  
  41. [Field 2]
  42. Type=text
  43. Left=0
  44. Right=300
  45. Top=43
  46. Bottom=79
  47. Flags=READONLY|MULTILINE|VSCROLL
  48.  
  49. [Field 3]
  50. Type=label
  51. Text=
  52. Left=0
  53. Right=300
  54. Top=83
  55. Bottom=139
  56.  
  57. #--------------------
  58. # End of ioF.ini
  59. #--------------------
  60.